home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / eut / defaults.sii next >
Text File  |  2008-07-25  |  817b  |  68 lines

  1. SiiNunit
  2. {
  3.  
  4. # Default parameter packets for the effects in the Bus superfamily.
  5.  
  6. parameter_packet_holder : .x
  7. {
  8.     packets : 7
  9.     packets[] : .camera
  10.     packets[] : .model
  11.     packets[] : .fog
  12.     packets[] : .scene_light
  13.     packets[] : .truck_light
  14.     packets[] : .paint
  15.     packets[] : .texcoord
  16. }
  17.  
  18.  
  19. # Default camera - it is under lab's control anyway, rely on defaults.
  20.  
  21. pp_frustum_camera : .camera
  22. {
  23. }
  24.  
  25.  
  26. eutpp_model : .model
  27. {
  28.     # The default matrix (identity) is perfect.
  29. }
  30.  
  31.  
  32. pp_fog : .fog
  33. {
  34.     # Defaults are perfect.
  35. }
  36.  
  37.  
  38. eutpp_scene_light : .scene_light
  39. {
  40.     # ambient
  41.     # diffuse
  42.     # specular
  43.     # es_direction
  44.     # ws_direction
  45.     # Defaults are perfect.
  46. }
  47.  
  48.  
  49. eutpp_truck_light : .truck_light
  50. {
  51.     # Defaults are perfect.
  52. }
  53.  
  54.  
  55. eutpp_paint : .paint
  56. {
  57.     # Defaults are perfect.
  58. }
  59.  
  60.  
  61. eutpp_texcoordinate : .texcoord
  62. {
  63.     # Defaults are perfect.
  64. }
  65.  
  66.  
  67. }
  68.